log/slog.commonHandler.newHandleState (method)

4 uses

	log/slog (current package)
		handler.go#L114: 	state := h.ch.newHandleState(buf, true, " ")
		handler.go#L233: 	state := h2.newHandleState((*buffer.Buffer)(&h2.preformattedAttrs), false, "")
		handler.go#L266: 	state := h.newHandleState(buffer.New(), true, "")
		handler.go#L387: func (h *commonHandler) newHandleState(buf *buffer.Buffer, freeBuf bool, sep string) handleState {